python3-lxml,python3-protobuf: Set CLEANBROKEN

The distutils class got a clean via "setup.py clean", but these
recipes doesn't support this yet so disable clean target during
configure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-07-08 01:02:54 -07:00
parent a34ac8d70b
commit e65b1c4ebb
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
inherit setuptools3
require python-lxml.inc
CLEANBROKEN = "1"

View File

@@ -1,2 +1,3 @@
inherit setuptools3
require python-protobuf.inc
CLEANBROKEN = "1"