diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-05 15:50:04 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-05 15:50:04 -0400 |
commit | 7366fbe8ac1cfe41c2f42685144931a6bb9e17a8 (patch) | |
tree | f8c9429bba971818db6c989187e76b46ef65813f /puddletag | |
parent | add dsc for obs (diff) | |
download | stackrpms-7366fbe8ac1cfe41c2f42685144931a6bb9e17a8.tar.gz stackrpms-7366fbe8ac1cfe41c2f42685144931a6bb9e17a8.tar.bz2 stackrpms-7366fbe8ac1cfe41c2f42685144931a6bb9e17a8.zip |
add PYBUILD_SYSTEM=distutils for obs
Diffstat (limited to 'puddletag')
-rwxr-xr-x | puddletag/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puddletag/debian/rules b/puddletag/debian/rules index 213bcff..cb8781d 100755 --- a/puddletag/debian/rules +++ b/puddletag/debian/rules @@ -9,6 +9,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PYBUILD_NAME=puddletag +export PYBUILD_SYSTEM=distutils %: dh $@ --with python3 --buildsystem=pybuild |