From c32823e27cb3afd776fea3aa53a888616e6d4e94 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Dec 02 2016 09:11:43 +0000 Subject: Add script in repo to find dependents of pari in rawhide --- diff --git a/show-dependents b/show-dependents new file mode 100755 index 0000000..be5409a --- /dev/null +++ b/show-dependents @@ -0,0 +1,15 @@ +#!/bin/bash + +dnf repoquery \ + --disablerepo='*' \ + --enablerepo=rawhide \ + --enablerepo=rawhide-source \ + --whatrequires pari \ + --alldeps --source + +# As of 3 November 2016, this list was: +# L-function +# Macaulay2 +# eclib +# genus2reduction +# giac