commit 08af7c11e6e1d1e9c653e29cfd9039f8a6a76844
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Sun Sep 22 08:56:34 2019 +0530
Preserve bundled pylibs
chromium-vaapi.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 417b2d1..93a4375 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -288,6 +288,10 @@ find -depth -type f -writable -name "*.py" -exec sed -iE
'1s=^#! */usr/bin/\(pyt
third_party/catapult \
third_party/catapult/common/py_vulcanize/third_party/rcssmin \
third_party/catapult/common/py_vulcanize/third_party/rjsmin \
+ %if 0%{?bundlepylibs}
+ third_party/catapult/third_party/beautifulsoup4 \
+ third_party/catapult/third_party/html5lib-python \
+ %endif
third_party/catapult/third_party/polymer \
third_party/catapult/third_party/six \
third_party/catapult/tracing/third_party/d3 \
Show replies by date