6638: Python backports declare all their C dependencies.
[arvados.git] / backports / python-pycrypto / fpm-info.sh
diff --git a/backports/python-pycrypto/fpm-info.sh b/backports/python-pycrypto/fpm-info.sh
new file mode 100644 (file)
index 0000000..cea7096
--- /dev/null
@@ -0,0 +1,11 @@
+case "$TARGET" in
+    centos*)
+        fpm_depends+=(glibc)
+        ;;
+    debian8)
+        fpm_depends+=(libc6 libgmp10)
+        ;;
+    debian* | ubuntu*)
+        fpm_depends+=(libc6)
+        ;;
+esac