mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Add missing decman deps from example
This commit is contained in:
@@ -89,6 +89,8 @@ class MyModule(Module):
|
||||
"devtools",
|
||||
"systemd",
|
||||
"pacman",
|
||||
"git",
|
||||
"less",
|
||||
],
|
||||
make_dependencies=[
|
||||
"python-setuptools",
|
||||
|
||||
+3
-1
@@ -45,8 +45,10 @@ decman.user_packages.append(
|
||||
"python",
|
||||
"python-requests",
|
||||
"devtools",
|
||||
"systemd",
|
||||
"pacman",
|
||||
"systemd",
|
||||
"git",
|
||||
"less",
|
||||
],
|
||||
make_dependencies=[
|
||||
"python-setuptools",
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "decman"
|
||||
version = "0.0.1"
|
||||
description = "Declarative package & configuration manager for Arch Linux"
|
||||
description = "Declarative package & configuration manager for Arch Linux."
|
||||
authors = [
|
||||
{name = "Kivi Kaitaniemi"}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user