Add missing decman deps from example

This commit is contained in:
Kivi Kaitaniemi
2024-05-06 17:27:10 +03:00
parent 63c83027e4
commit 796f230681
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -89,6 +89,8 @@ class MyModule(Module):
"devtools",
"systemd",
"pacman",
"git",
"less",
],
make_dependencies=[
"python-setuptools",
+3 -1
View File
@@ -45,8 +45,10 @@ decman.user_packages.append(
"python",
"python-requests",
"devtools",
"systemd",
"pacman",
"systemd",
"git",
"less",
],
make_dependencies=[
"python-setuptools",
+1 -1
View File
@@ -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"}
]