summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortocic2023-05-05 08:16:12 +0300
committertocic2023-05-05 08:16:12 +0300
commit16f49f7ced45474f9c79a4fdccf284315f8c10b2 (patch)
tree73071ba796b4d86c7fb045fe347cb6fa1f664617
parentef207c3759bbe4f5a84ae01a8eb602b443681943 (diff)
downloadaur-16f49f7ced45474f9c79a4fdccf284315f8c10b2.tar.gz
Silence setup.py warning
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e20b1632ee36..51955873778e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,6 +40,7 @@ build() {
package() {
cd "${pkgname}"
+ export PYTHONWARNINGS="ignore:setup.py install is deprecated"
python "setup.py" install \
--optimize=1 \
--root="${pkgdir}" \