diff options
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-3.16.0.ebuild')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-3.16.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-3.16.0.ebuild b/dev-python/protobuf-python/protobuf-python-3.16.0.ebuild index 2469f4638533..115530da3f0f 100644 --- a/dev-python/protobuf-python/protobuf-python-3.16.0.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.16.0.ebuild @@ -33,8 +33,7 @@ BDEPEND="${PYTHON_DEPS} dev-python/six[${PYTHON_USEDEP}]" DEPEND="${PYTHON_DEPS} ~dev-libs/protobuf-${PV}" -RDEPEND="${BDEPEND} - !<dev-libs/protobuf-3[python(-)]" +RDEPEND="${BDEPEND}" S="${WORKDIR}/protobuf-${PV}/python" |