diff options
author | 2023-04-09 07:25:31 +0100 | |
---|---|---|
committer | 2023-04-09 07:25:51 +0100 | |
commit | 96ef1fffd8656130a6246ef02a15db791d72fe62 (patch) | |
tree | bb63203c87c0a4d41a0b334b9fd4a8ff5637d294 /dev-python/pywlroots | |
parent | sys-apps/goawk: add 1.22.0 (diff) | |
download | gentoo-96ef1fffd8656130a6246ef02a15db791d72fe62.tar.gz gentoo-96ef1fffd8656130a6246ef02a15db791d72fe62.tar.bz2 gentoo-96ef1fffd8656130a6246ef02a15db791d72fe62.zip |
dev-python/pywlroots: add virtual/python-cffi dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pywlroots')
-rw-r--r-- | dev-python/pywlroots/pywlroots-0.15.24-r1.ebuild (renamed from dev-python/pywlroots/pywlroots-0.15.24.ebuild) | 1 | ||||
-rw-r--r-- | dev-python/pywlroots/pywlroots-0.16.3-r1.ebuild (renamed from dev-python/pywlroots/pywlroots-0.16.3.ebuild) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pywlroots/pywlroots-0.15.24.ebuild b/dev-python/pywlroots/pywlroots-0.15.24-r1.ebuild index bdc4eb178000..be01ccdb15a5 100644 --- a/dev-python/pywlroots/pywlroots-0.15.24.ebuild +++ b/dev-python/pywlroots/pywlroots-0.15.24-r1.ebuild @@ -27,6 +27,7 @@ RDEPEND=" >=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}] >=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}] =gui-libs/wlroots-$(ver_cut 1-2)*:= + virtual/python-cffi[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/dev-python/pywlroots/pywlroots-0.16.3.ebuild b/dev-python/pywlroots/pywlroots-0.16.3-r1.ebuild index b802883e934e..792d16c9abb8 100644 --- a/dev-python/pywlroots/pywlroots-0.16.3.ebuild +++ b/dev-python/pywlroots/pywlroots-0.16.3-r1.ebuild @@ -27,6 +27,7 @@ DEPEND=" >=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}] >=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}] =gui-libs/wlroots-$(ver_cut 1-2)*:= + virtual/python-cffi[${PYTHON_USEDEP}] " RDEPEND=" ${DEPEND} |