diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2025-08-09 20:44:50 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2025-08-10 08:43:31 +0300 |
| commit | 508e366dcddea01cbd2b442c139ed64da121dccb (patch) | |
| tree | e20c0c2f54842d44c32df1f6563eff66583ff5fd /dev-python | |
| parent | 562e1fd7d3f925bc23edd22d4e59637f0cf888ba (diff) | |
| download | tde-packaging-gentoo-508e366dcddea01cbd2b442c139ed64da121dccb.tar.gz tde-packaging-gentoo-508e366dcddea01cbd2b442c139ed64da121dccb.zip | |
dev-python/sip4-tqt: add dev-python/setuptools to BDEPEND
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/sip4-tqt/sip4-tqt-14.1.1-r1.ebuild | 5 | ||||
| -rw-r--r-- | dev-python/sip4-tqt/sip4-tqt-14.1.2-r1.ebuild | 5 | ||||
| -rw-r--r-- | dev-python/sip4-tqt/sip4-tqt-9999.ebuild | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/sip4-tqt/sip4-tqt-14.1.1-r1.ebuild b/dev-python/sip4-tqt/sip4-tqt-14.1.1-r1.ebuild index c3adbd9b..8ac3af75 100644 --- a/dev-python/sip4-tqt/sip4-tqt-14.1.1-r1.ebuild +++ b/dev-python/sip4-tqt/sip4-tqt-14.1.1-r1.ebuild @@ -22,6 +22,11 @@ DEPEND="${PYTHON_DEPS} ~dev-tqt/tqtinterface-${PV} " RDEPEND="${DEPEND}" +BDEPEND=" + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') +" TQTDIR="/usr/tqt3" BUILD_DIR="${S}" diff --git a/dev-python/sip4-tqt/sip4-tqt-14.1.2-r1.ebuild b/dev-python/sip4-tqt/sip4-tqt-14.1.2-r1.ebuild index d62bd160..4c5e397e 100644 --- a/dev-python/sip4-tqt/sip4-tqt-14.1.2-r1.ebuild +++ b/dev-python/sip4-tqt/sip4-tqt-14.1.2-r1.ebuild @@ -22,6 +22,11 @@ DEPEND="${PYTHON_DEPS} ~dev-tqt/tqtinterface-${PV} " RDEPEND="${DEPEND}" +BDEPEND=" + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') +" TQTDIR="/usr/tqt3" BUILD_DIR="${S}" diff --git a/dev-python/sip4-tqt/sip4-tqt-9999.ebuild b/dev-python/sip4-tqt/sip4-tqt-9999.ebuild index 608529cb..85166705 100644 --- a/dev-python/sip4-tqt/sip4-tqt-9999.ebuild +++ b/dev-python/sip4-tqt/sip4-tqt-9999.ebuild @@ -22,6 +22,11 @@ DEPEND="${PYTHON_DEPS} ~dev-tqt/tqt-${PV} " RDEPEND="${DEPEND}" +BDEPEND=" + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') +" TQTDIR="/usr/tqt3" BUILD_DIR="${S}" |
