diff options
author | Sam James <sam@gentoo.org> | 2021-07-02 09:15:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-02 09:15:16 +0100 |
commit | 09f823915ded9d381bbf79bc32544cb347ca14f3 (patch) | |
tree | d2355896bf9a193fa769ccda30e7e8132f1760f7 /sys-fs/zfs | |
parent | net-libs/courier-authlib: add missing libcrypt dependency (diff) | |
download | gentoo-09f823915ded9d381bbf79bc32544cb347ca14f3.tar.gz gentoo-09f823915ded9d381bbf79bc32544cb347ca14f3.tar.bz2 gentoo-09f823915ded9d381bbf79bc32544cb347ca14f3.zip |
sys-fs/zfs: add new Python dependencies
packaging is preferred to distlib upstream.
Closes: https://bugs.gentoo.org/799794
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/zfs')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 957b611b7ef5..e3ae8b236090 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -54,6 +54,10 @@ BDEPEND="virtual/awk nls? ( sys-devel/gettext ) python? ( dev-python/setuptools[${PYTHON_USEDEP}] + || ( + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/distlib[${PYTHON_USEDEP}] + ) ) " |