You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on updating the Python Azure SDK in openSUSE/SLE to the latest upstream version. This involves switching over the packaging to adopt to the move to implicit namespace packages (PEP 420).
This has worked fine with azure-nspkg and azure-mgmt-nspkg so far, but azure-cognitiveservices-nspkg still behaves like the old namespace packages compiles and installs the __init__.py files.
Thus, the RPM builds complains that the namespace directories are not empty as they should after switching to implicit namespace packages for Python 3.7:
I am currently working on updating the Python Azure SDK in openSUSE/SLE to the latest upstream version. This involves switching over the packaging to adopt to the move to implicit namespace packages (PEP 420).
This has worked fine with
azure-nspkg
andazure-mgmt-nspkg
so far, butazure-cognitiveservices-nspkg
still behaves like the old namespace packages compiles and installs the__init__.py
files.Thus, the RPM builds complains that the namespace directories are not empty as they should after switching to implicit namespace packages for Python 3.7:
The text was updated successfully, but these errors were encountered: