Add 'pyotp' as build-time dependency in Bookwyrm package

This commit is contained in:
Reinout Meliesie 2025-03-09 19:42:57 +01:00
parent ae5fd5bcd0
commit 36bf829b50
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -71,6 +71,7 @@ mkDerivation {
ln -sf ${pillow}/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/
ln -sf ${psycopg2}/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/
ln -sf ${pycryptodome}/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/
ln -sf ${pyotp}/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/
ln -sf ${python-crontab}/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/
ln -sf ${python-dateutil}/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/
ln -sf ${python-dotenv}/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/