diff options
-rw-r--r-- | packaging/iotivity.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec index 8c03c1a8c..d823452f9 100644 --- a/packaging/iotivity.spec +++ b/packaging/iotivity.spec @@ -20,7 +20,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(sqlite3) Requires(postun): /sbin/ldconfig Requires(post): /sbin/ldconfig -%if 0%{?speedpython} +%if 0%{?speedpython:1} && 0%{?en_speedpython:1} %en_speedpython %endif |