aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2024-02-29 11:48:53 +0100
committerbartus2024-02-29 11:48:53 +0100
commit27037fc45c82583bfe94e0853b6f14cef8d202a9 (patch)
treeb9e34ed4020924781186ccae2f3b5868d0a89e3f
parente35db9e37eef7d2ad62520f12f283a85047c88fb (diff)
downloadaur-27037fc45c82583bfe94e0853b6f14cef8d202a9.tar.gz
Add missing dep: python-requests
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae83f2418b26..e47fde52f150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,6 +28,7 @@ pkgbase = blender-develop-git
depends = libgl
depends = python
depends = python-numpy
+ depends = python-requests
depends = openjpeg2
depends = libharu
depends = potrace
diff --git a/PKGBUILD b/PKGBUILD
index 203bef531eb2..b085af545c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ pkgdesc="Development version of Blender (non-conflicting version)"
changelog=blender.changelog
arch=('i686' 'x86_64')
url="https://blender.org/"
-depends+=('alembic' 'embree' 'libgl' 'python' 'python-numpy' 'openjpeg2' 'libharu' 'potrace' 'openxr'
+depends+=('alembic' 'embree' 'libgl' 'python' python-{numpy,requests} 'openjpeg2' 'libharu' 'potrace' 'openxr'
'ffmpeg' 'fftw' 'openal' 'freetype2' 'libxi' 'openimageio' 'opencolorio'
'openvdb' 'opencollada' 'opensubdiv' 'openshadinglanguage' 'libtiff' 'libpng')
depends+=('openimagedenoise')