summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-07 17:57:29 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-07 17:58:40 +0300
commitd68d27ad801ac5335ee225a5c3b0e8e885be594d (patch)
tree2a8a6def148c866961914e01c8ef0abd015936c4 /dev-util/pkgdev
parentapp-forensics/aide: add 0.18.2 (diff)
downloadgentoo-d68d27ad801ac5335ee225a5c3b0e8e885be594d.tar.gz
gentoo-d68d27ad801ac5335ee225a5c3b0e8e885be594d.tar.bz2
gentoo-d68d27ad801ac5335ee225a5c3b0e8e885be594d.zip
dev-util/pkgdev: add missing bdep on snakeoil
Used in `py_build.py` to create verinfo file. Closes: https://bugs.gentoo.org/903977 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev')
-rw-r--r--dev-util/pkgdev/pkgdev-0.2.5.ebuild1
-rw-r--r--dev-util/pkgdev/pkgdev-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/pkgdev/pkgdev-0.2.5.ebuild b/dev-util/pkgdev/pkgdev-0.2.5.ebuild
index 60165eb4f539..01fac0ad044f 100644
--- a/dev-util/pkgdev/pkgdev-0.2.5.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.2.5.ebuild
@@ -42,6 +42,7 @@ RDEPEND+="
"
BDEPEND="
>=dev-python/flit_core-3.8[${PYTHON_USEDEP}]
+ >=dev-python/snakeoil-0.10.4[${PYTHON_USEDEP}]
test? (
x11-misc/xdg-utils
)
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
index 7b8c02772dba..5119faefa1c1 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -42,6 +42,7 @@ RDEPEND+="
"
BDEPEND="
>=dev-python/flit_core-3.8[${PYTHON_USEDEP}]
+ >=dev-python/snakeoil-0.10.4[${PYTHON_USEDEP}]
test? (
x11-misc/xdg-utils
)