diff options
author | David Leal <halfpacho@gmail.com> | 2020-06-26 18:26:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 02:26:14 +0300 |
commit | 168a9236655035b3aa9a6597dd7cdca9ad6fbd65 (patch) | |
tree | f4b7d969c7d33c395d289116fafc279f6985c355 /mesecons_hydroturbine/mod.conf | |
parent | 8dec05399633f435370a6fdf2766f564d89025aa (diff) | |
download | mesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.tar mesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.tar.gz mesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.tar.bz2 mesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.tar.xz mesecons-168a9236655035b3aa9a6597dd7cdca9ad6fbd65.zip |
Use mod.conf for dependencies (#492)
Diffstat (limited to 'mesecons_hydroturbine/mod.conf')
-rw-r--r-- | mesecons_hydroturbine/mod.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesecons_hydroturbine/mod.conf b/mesecons_hydroturbine/mod.conf new file mode 100644 index 0000000..ce221ea --- /dev/null +++ b/mesecons_hydroturbine/mod.conf @@ -0,0 +1,2 @@ +name = mesecons_hydroturbine +depends = mesecons |