diff --git a/python-apipkg.changes b/python-apipkg.changes index 0524649..d54f2ae 100644 --- a/python-apipkg.changes +++ b/python-apipkg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 8 10:59:41 UTC 2020 - Benjamin Greiner + +- The now broken apicycle requires apipkg to be importable from + elsewhere -- use src dir. + ------------------------------------------------------------------- Sun Dec 6 11:49:49 UTC 2020 - Matej Cepl diff --git a/python-apipkg.spec b/python-apipkg.spec index 298476e..09adb23 100644 --- a/python-apipkg.spec +++ b/python-apipkg.spec @@ -72,6 +72,7 @@ can copy paste the <100 Lines of code into your project. %check %if %{with test} +PYTHONPATH=$(pwd)/src %pytest %endif