I am trying to make a Copr repo for magic-wormhole. This has required making other packages for required dependencies, which I have succeeded in creating. The issue I am running into locally testing my magic wormhole spec file since it depends on packages in the Copr repo.
I see that there is a problem linking to the iterable-io, but I would rather not constantly upload new version of the SRPM to test iterations.
I have been using fedpkg --release 40 mockbuild to test the other packages that magic-wormhole would rely on, but I cannot seem to find documentation on how to add my Copr repo to my mock build.
I use mock --enablerepo option for local mock builds.
In my case I point to ons of my copr repos.
But you should also point to a local repo use a file: pattern.
Here is python code fragment that my build tool uses.